home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE02 / TPACK / TPACK.ZIP / ERRORMSG.DFM / ERRORMSG.txt
Encoding:
Text File  |  1995-05-19  |  1.0 KB  |  60 lines

  1. object ErrorDialogForm: TErrorDialogForm
  2.   Left = 259
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 186
  8.   ClientWidth = 321
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 40
  18.     Top = 154
  19.     Width = 77
  20.     Height = 27
  21.     Caption = 'Retry'
  22.     TabOrder = 0
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object CancelBtn: TBitBtn
  29.     Left = 124
  30.     Top = 154
  31.     Width = 77
  32.     Height = 27
  33.     TabOrder = 1
  34.     Kind = bkCancel
  35.     Margin = 2
  36.     Spacing = -1
  37.     IsControl = True
  38.   end
  39.   object HelpBtn: TBitBtn
  40.     Left = 208
  41.     Top = 154
  42.     Width = 77
  43.     Height = 27
  44.     TabOrder = 2
  45.     Kind = bkHelp
  46.     Margin = 2
  47.     Spacing = -1
  48.     IsControl = True
  49.   end
  50.   object Memo1: TMemo
  51.     Left = 2
  52.     Top = 2
  53.     Width = 317
  54.     Height = 149
  55.     Lines.Strings = (
  56.       'Memo1')
  57.     TabOrder = 3
  58.   end
  59. end
  60.